Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove mutability from the language #679

Merged
merged 2 commits into from
Nov 13, 2024
Merged

Remove mutability from the language #679

merged 2 commits into from
Nov 13, 2024

Conversation

CohenArthur
Copy link
Member

No description provided.

@CohenArthur CohenArthur force-pushed the remove-mutability branch 2 times, most recently from 6d8278f to aa662e7 Compare November 13, 2024 14:08
This commit renames the VarAssign nodes to Assignments instead. Before,
these nodes were used for both field assignments and var assignemnts,
but removing mutability from the language means variable assignments are
no longer necessary.
@CohenArthur CohenArthur marked this pull request as ready for review November 13, 2024 14:13
@CohenArthur CohenArthur merged commit 790b52e into master Nov 13, 2024
8 of 9 checks passed
@CohenArthur CohenArthur deleted the remove-mutability branch November 13, 2024 14:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant